object Form6: TForm6 Left = 233 Top = 176 BorderStyle = bsDialog Caption = 'WARNING' ClientHeight = 184 ClientWidth = 317 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = Form6Activate OnResize = Form6Activate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 71 Top = 153 Width = 80 Height = 23 Caption = '&No' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 7 ParentFont = False TabOrder = 0 end object Button2: TButton Left = 171 Top = 153 Width = 80 Height = 23 Caption = '&Yes' Default = True Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 6 ParentFont = False TabOrder = 1 end object ListBox1: TListBox Left = 15 Top = 12 Width = 298 Height = 117 Cursor = crArrow TabStop = False BorderStyle = bsNone Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] IntegralHeight = True ItemHeight = 13 ParentFont = False TabOrder = 2 end end